home *** CD-ROM | disk | FTP | other *** search
/ Kyoko 8203 / Kyoko 8203.iso / mac / comic.dxr / 00029_è¨èâä²âª.ls < prev    next >
Encoding:
Text File  |  2003-02-28  |  298 b   |  16 lines

  1. global page
  2.  
  3. on prepareFrame
  4.   sprite(28).visible = 1
  5.   sprite(29).visible = 1
  6.   if page = 1 then
  7.     sprite(28).visible = 0
  8.   else
  9.     if page = 32 then
  10.       sprite(29).visible = 0
  11.     end if
  12.   end if
  13.   set the memberNum of sprite 3 to 32 + page
  14.   set the memberNum of sprite 34 to 96 + page
  15. end
  16.